System.Collections.Generic.ICollection<T>.Remove Method

Wintellect PowerCollections

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Namespace: Wintellect.PowerCollections
Assembly:  PowerCollections (in PowerCollections.dll)

Syntax

C#
private bool ICollection<T>.Remove(
	T item
)
Visual Basic (Declaration)
Private Function System.Collections.Generic.ICollection<T>.Remove ( _
	item As T _
) As Boolean Implements ICollection(Of T).Remove
Visual C++
private:
virtual bool System.Collections.Generic.ICollection<T>.Remove (
	T item
) sealed = ICollection<T>::Remove

Parameters

item
T

See Also